@charset "utf-8";
/* CSS Document */
* {
    padding: 0;
    margin: 0;
    border: none;
}

body {
    font: 18px/24px sans-serif,"microsoft yahei";
    margin: 0;
    padding: 0;
    text-align: left;
    color: #333;
    min-width: 1200px;
    position: relative;
    background: #f4f0eb;
   
}

img {
    border: 0;
	vertical-align: middle;
}

a {
    cursor: pointer;
    text-decoration: none;
    color: inherit;
}

li {
    list-style: none;
}

.clearfix {
    /* 触发 hasLayout */
    zoom: 1;
}

.clearfix:after {
    content: "020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.left {
    float: left;
}

.right {
    float: right;
}

.hide {
    display: none；
}

.container{
	width: 1200px;
	margin: 0 auto;
}

.top img{
	width: 100%;
}

.headernav{
	height: 80px;
	background-color: #d02837;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	line-height: 80px;
}

.headernav .nav li{
	float: left;
	text-align:center;	
}

.headernav .nav li a{
	padding: 0 60px;
	width: 60px;
	color: #fff;
	display: inline-block;
}

.headernav .nav li a:hover,.headernav .nav li a.current {
    background-color: #a60a16;
}

.headernav .search {
    width:400px;
	position: relative;
}

.headernav .search form input {
	height: 48px;
	margin: 15px 0;
	width: 280px;
	padding-left: 60px;
    text-indent: 10px;
	font-size: 16px;
    outline: none;
}

.headernav .search form p{
	position: absolute;
	top: -1%;
	left: 3%;
	font-size: 20px;
	font-weight: bold;
	color: #d02837;
}

.headernav .search form button {
	margin: 14px 0;
    height: 50px;
    outline: none;
    width: 60px;
    background: #f19149; 
	cursor: pointer;
}
